home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Abyss.Form
< prev
next >
Wrap
Text File
|
1995-02-28
|
189b
|
28 lines
Abyss
{
{
mirrorx
x1=-3.0
x2= 0.5
y1=-2.0
y2= 2.0
bailout=4.0
}
{
z=pixel
c=pixel
}
{
z=z*z
z=z+[1.0,0.0]
zu=c^z
z=z/zu
w=abs(z)
}
{
w>bailout
}
{
}
}